home *** CD-ROM | disk | FTP | other *** search
- ;- Basic Startup-Script for ApT-BBS!
- ;- Change the Drive directories to suit your system but dont delete any
- ;- assignments unless they are marked as 'optional'.
- ;- This script can be renamed to suit your own preferencies, but you should
- ;- execute this (Or something similar!) when you want to start the BBS
- ;- system up. (Say after a cold re-boot of your Amiga.
-
- ;- NOTE: Several directories and sub-directories need to be available
- ;- or commented out. PLEASE read through this script BEFORE you
- ;- attempt to execute it!
-
-
- stack 20000
- assign APT: dh0:APT
- assign ApTRexx: ApT:ApTRexx
- assign Flist: ApT:Flist
- assign logs: apt:logs
- assign TPlates: APT:Templates
- assign text: tplates:TXT
-
- assign aptNEWS: tplates:news
- assign aptGeneral: apt:GeneralFiles
- assign modules: apt:modules
-
- ;- These 2 assigns are optional, but are 'standard' ones used by many 3rd
- ;- party Fidonet mail utilities, so are reccomended.
- assign mail: dh0:mail
- assign nodelist: mail:nodelist
-
- ;- Paragon/Starnet needed assigns. (If you want to run their Doors.)
- ;- These Door assigns are optional, but reccomended.
- assign bbs: APT:
- assign paragon: bbs:
- assign starnet: bbs:
- assign Doors: APT:Doors
-
- ;-- FSED stuff (External Full Screen Editor)
- ;-- These are optional, and can be replaced to suit any other external
- ;-- CLI based FSED you want to use. (eg the AED editor.)
- assign FSED: doors:fsed
- assign USER: t:
- assign DLGConfig: t:
- makedir DLGConfig:Misc
- ;--
-
- ;-- These assigns cover a TEMPORARY directory that file Uploads will be
- ;-- made to. RAM: is reccomended for performance reasons, but if space there
- ;-- is limited then use your Hard Drive.
- makedir t:Uploads
- assign ApTuploads: t:Uploads
-
- ;-- These assigns are to allow the CLI handler to operate. And cover Line
- ;-- numbers 0 and 1. You should add in other assigns in a similar manner
- ;-- to cover any other Line numbers you may want to 'fire up'.
- mount APTDEV0: from devs:ApT-Mountlist
- mount APTDEV1: from devs:ApT-Mountlist
-
- ;-- Finally startup the two 'background' tasks that need to be running
- ;-- before any ApT-BBS! line can start up, And run the Arexx variable utility.
- run ApT:Fmanager/Fmanager screen=APTBBS
- run ApT:ApTserver depth=4
- rx aptrexx:setclips.rx
-
-